home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dr. Windows 3
/
dr win3.zip
/
dr win3
/
DATABASE
/
KALEND.ZIP
/
KALENORG.TXT
< prev
Wrap
Text File
|
1993-09-27
|
1KB
|
42 lines
Copyright: Gerald L. Kerr, September 12, 1993
Hi,
KALENDER.MDB contains a general purpose pop-up calendar for MicroSoft
Access(R).
The working parts of the calendar are:
1) "KALENDER" Form
2) "KALENDER MODULE" Access Basic Module
In addition, there is a form named "KALENDER_DEMO" and a Macro named
"RUN_KALENDER_DEMO". Running the Macro will open the the KALENDAR_DEMO Form.
The KALENDER_DEMO Form contains all the information you need to see how
the pop-up calendar operates.
Here is the calling sequence for the calendar:
=KALENDER([your date field]) will pop up the calendar.
When the calendar comes up, it will be positioned at the date contained
in [your date field]. If the [your date field] is Null, the calendar
will open on the current date.
You can scroll Forward and Backward by Month and by Year using button
controls on the calendar. Or you can enter any date you like in the
Text Box in the header and the Month and Year for that date will be
displayed. Also, there is a button labeled "Today" which returns
the calendar display back to the current Month, Year and Day.
After you have positioned the calendar to the Month and Year you
want, Double Click on the Day you want. The contents of the
control [your date field] will be set to the Date you
selected from the calendar.
Good luck,
Gerry Kerr